home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT LANGUAGE="VBScript">
-
- for l=0 to document.all.length-1
-
- document.write document.all(l).tagName+" "
-
- next
-
-
-
- document.write "<P>There are " & document.all.tags("LI").length-1 & _
-
- " <LI> tags on this page.<P>"
-
- document.write "The first tag on this page is: " & _
-
- document.all.item(0).tagName & "<P>"
-
- document.write "The 'myTag' element is a: " & _
-
- document.all.item("myTag").tagName & "<P>"
-
-
-
- </SCRIPT>
-
-